Open Browser
A container that enables you to open a browser at a specified URL and execute multiple activities within it.
Input
- URL: The URL that you want to open in the specified browser.
- Type:
System.String
- Type:
- Browser Type: Choose the type of browser you want to use. The following options are available. IE, Firefox, Chrome, Edge.
- Type:
System.Int32 - Required
- Dropdown Options:
- Edge
- Firefox
- Chrome
- Type:
Output
- Browser: The result of the activity as Process object. Stores all the information regarding your browser session.
- Type:
System.Diagnostics.Process
- Type: